home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Item Class / Item headers / Item.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  382 b   |  18 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  Demo.h
  3.  
  4.             
  5.     Copyright © 1991 Symantec Corporation. All rights reserved.
  6.     
  7.  
  8.  ******************************************************************************/
  9.  
  10. #pragma once
  11.  
  12. #define kDemoExceptionStrings    1025
  13.  
  14. enum    // demo exception error strings
  15. {
  16.     kFileTooBigErr = 1        /* file is too big to open */
  17.  
  18. };